home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo.
- echo.
- echo Turnkey Installation
- echo.
- echo Enter TKinst [drive:] to install Turnkey. For example,
- echo TKinst D:
- echo would install Turnkey to drive D. If the drive letter is not
- echo included, Turnkey will be installed on drive C.
- echo.
- echo Note: It is important NOT to initiate TKinst from a different
- echo drive than which it resides. For example, if TKinst is
- echo on drive A, do NOT start it up by entering:
- echo A:TKinst
- echo Instead, start up the installation process by doing this:
- echo A:
- echo TKinst
- echo.
- echo.
- echo Hit Ctrl-Break to abort installation, or
- pause
-
- if "%1"=="" goto nodrive
- md %1\turnkey
- copy tk_prog.exe %1\turnkey\tk_prog.exe
- %1
- goto finish
-
- :nodrive
- md c:\turnkey
- copy tk_prog.exe c:\turnkey\tk_prog.exe
- c:
-
- :finish
- cd \turnkey
- tk_prog -install